IdeaBlade DevForce 2010 Help Reference
Completed Event
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > BaseOperation<TEventArgs,TOp> Class : Completed Event



Raised when the operation finishes.

Syntax

Visual Basic (Declaration) 
Public Shadows Event Completed As EventHandler(Of TEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As BaseOperation(Of TEventArgs,TOp)
Dim handler As EventHandler(Of TEventArgs)
 
AddHandler instance.Completed, handler
C# 
public new event EventHandler<TEventArgs> Completed
C++/CLI 
public:
new event EventHandler<TEventArgs^>^ Completed

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.